home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
005
/
product.arc
/
MACRO59.MNU
< prev
next >
Wrap
Text File
|
1986-09-23
|
411b
|
13 lines
[CIRTOCIR]^C^C+
(Setq P1 (Osnap (Setq P2 (Osnap (Getpoint +
"Touch circle: ")"Nea"))"Cen"));\+
(Setq P3 (Getpoint +
"Inside or Outside (Pick point): "));\+
(Setq CR (Getdist "Circle radius: "));\+
(Setq AG (Getangle "Center to center angle: "));\+
(Setq D1 (Distance P1 P2));+
(Setq D2 (Distance P1 P3));+
(Setq D3 (If (< D1 D2) (+ D1 CR) (- D1 CR)));+
(Setq P4 (Polar P1 AG D3));+
Circle;!P4;!CR;